|
|
Multimedia API ReferenceNovember 16, 2016 | 24.2.1 Release |
A request defines the parameters to configure the capture.
It will expose the IRequest interface.


Public Member Functions | |
| virtual Interface * | getInterface (const InterfaceID &interfaceId)=0 |
Acquire the interface specified by interfaceId. More... | |
| virtual void | destroy ()=0 |
| Destroy this object. More... | |
Protected Member Functions | |
| ~Request () | |
|
pure virtualinherited |
Destroy this object.
After making this call, the client cannot make any more calls on this object.
|
pure virtualinherited |
Acquire the interface specified by interfaceId.
Referenced by Argus::interface_cast().